home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
comm
/
erp.lha
/
ERP.config
< prev
next >
Wrap
Text File
|
1995-07-26
|
1KB
|
34 lines
; EasyRequestPatch Config File. $VER: V1.0 (26-Jul-95).
;
; First supply the string to check for. Use dos patterns as you like to.
; Then follows a comma and a group of three numbers enclosed in brackets.
; There can be up to five groups for one string.
;
; The first number is a delay value in Vbls (=ticks) how long to wait
; before answering the requester with the specified button whichs number
; has to be placed in the second value. The third one represents the
; number of retries the button has to be pressed before proceeding with
; the next group.
;
; The gadget number is specified from the left to the right, starting
; with 1. ATTENTION: The most right gadget is always gadget 0.
;
; After each group has been tried, the original requester will be popped
; up.
;
; Summary:
; comparisionstring,(delay,gadget,retries),(delay,gadget,retries)...
;
; Additional notes:
; - Empty lines and lines beginning with a semicolon are ignored by
; the parser.
; - Use quotes where required.
; - The following line will cancel *ALL* requesters immediately:
; #?,(0,0,500)
#?Lesefehler#?,(1,1,10),(5,0,50)
#?Prüfsummenfehler#?,(1,1,10),(5,0,50)
#?Benötige#?,(1,-1,10),(1,0,100)
#?Programmfehler#?,(3,-3,50),(250,-5,0)